System command

List of system commands to be notified of events

The system commands notified in the pre-execution/post-execution event are as follows.

System command Operation Parameter
Home.Delete This is the operation of the delete menu in the model navigator and editor. None (null)
Home.Cut This is the operation of the cut button. None (null)
Home.Copy It works as a copy button. None (null)
Home.Paste It becomes the operation of the paste button. None (null)
Home.Undo This is the operation of the undo button. None (null)
Home.Redo This is the operation of the redo button. None (null)

Note

  • In the pre/post command execution event, in addition to the above system commands, the command defined in the extension point of the extension is notified.